home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / crt40.zip / CRT.DOC next >
Text File  |  1993-09-09  |  4KB  |  116 lines

  1. 9/09/93                      CRT v4.0
  2.  
  3.                                  by
  4.                             Jack A. Orman
  5.  
  6.                            ARMADA SOFTWARE
  7.                                BOX 858
  8.                           Southaven, MS 38671
  9.  
  10.  
  11. CRT  is a small program that allows you to change the control the video,
  12. border, background and foreground colors. There are seven  subroutines
  13. in CRT.  They are:
  14.          
  15.          BORDER  -  which sets the border color.
  16.  
  17.          CLEAR   -  which clears the screen and sets new foreground
  18.                     and background colors.
  19.          COLOR   -  now just as fast as  Clear but it does not wipe the
  20.                     text off the screen as it changes attributes.
  21.          MONO    -  {has been deleted since version 3.1; now uses
  22.                      automatic video detection}
  23.          BRIGHT  -  Enable the setting of the background to bright
  24.                     colors just like the foreground
  25.          VGA     -  Set number of lines displayed on the screen
  26.          EGA     -  Set number of lines displayed on the screen
  27.          GREY    -  Turn grey scale summing ON or OFF
  28.  
  29.  
  30.  
  31. The color set values for the video system are:
  32.  
  33.          0  -  black                   8  -  dark gray 
  34.          1  -  blue                    9  -  light blue 
  35.          2  -  green                  10  -  light green
  36.          3  -  cyan                   11  -  light cyan
  37.          4  -  red                    12  -  light red
  38.          5  -  magenta                13  -  light magenta
  39.          6  -  brown                  14  -  yellow
  40.          7  -  white                  15  -  bright white
  41.  
  42. To use CRT to set a mono screen, you would use:
  43.  
  44.          CRT COLOR parm1 parm2 <ENTER>
  45.  
  46. where parm1 is the foreground and parm2 is the background.
  47. valid options for mono are:
  48.           MONO 7  0 - for a normal screen
  49.           MONO 1  0 - for all underlined characters
  50.           MONO 0  7 - for reverse video characters
  51.           MONO 15 0 - for bright characters on a black screen
  52.  
  53. To use CRT to set borders, you would run it as follows:
  54.  
  55.          CRT BORDER parm1 <ENTER> 
  56.  
  57. where parm1 is one of the color set values from the chart above.
  58.  
  59. To use the other features, type in one of the following:
  60.     
  61.          CRT CLEAR parm1 parm2 <ENTER>
  62.                   or
  63.          CRT COLOR parm1 parm2 <ENTER>
  64.  
  65. where parm1 is the foreground color that you wish to use and parm2  is
  66. the background color.
  67.  
  68. As an example, to clear the screen and set the colors to green text on
  69. a black background, you would use:    
  70.  
  71.          CRT CLEAR 2 0 <ENTER>
  72.  
  73. ************************************************************************
  74.  
  75. BRIGHT: ON or OFF are the options. When set ON, the CLEAR or
  76.         COLOR command can set the background to a 'bright'
  77.         color such as yellow (14). For example, to set black
  78.         text on a yellow background you would use the command:
  79.  
  80.           CRT COLOR 0 14
  81.  
  82.  
  83. VGA :  Set the length of the screen display. Valid options are:
  84.        50, 43, 28, 26, 25, 21, 14 or 12. Both 25 and 26 will
  85.        display 25 lines only in different fonts. All of these
  86.        options may not work with every video board.
  87.  
  88.  
  89. EGA :  Set the length of the screen display. Valid options are:
  90.        43 or 40
  91.  
  92. GREY:  ON or OFF are the valid options to control the grey-scale
  93.        summing feature of VGA video boards
  94.  
  95.  
  96. I  hope  that you get lots of use out of this small utility and let me
  97. hear your comments or suggestions for improvements.
  98.  
  99.                    **** REGISTRATION ****
  100. The registration fee for CRT40.com is $20.00 which entitles the user
  101. to a disk containing the complete collection of our utilities. Some of
  102. the  programs  on the registration disk have never  been  released  as
  103. shareware.
  104.  
  105. Send your check or money order for $20.00 to:
  106.  
  107.                  Jack A. Orman
  108.                  Armada Software
  109.                  Box 858
  110.                  Southaven, MS  38671
  111.  
  112. Comments and suggestions are welcome...
  113. On GEnie send e-mail to J.Orman
  114. On Delphi send to username JAO.
  115. On Compuserve to 72261,677
  116.